VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / RegionOfInterestTypeConverter Class / GetProperties Methods / GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method
Syntax Requirements SeeAlso
In This Topic
GetProperties(ITypeDescriptorContext,Object,Attribute[]) Method (RegionOfInterestTypeConverter)
In This Topic
Retrieves the set of properties for this type.
Syntax
'Declaration

Public Overloads Overrides Function GetProperties( _
ByVal context
A type descriptor through which additional context can be provided.
As System.ComponentModel.ITypeDescriptorContext, _
ByVal value
The value of the object to get the properties for.
As System.Object, _
ByVal attributes
An array of Attribute objects that describe the properties.
() As System.Attribute _
) As System.ComponentModel.PropertyDescriptorCollection

Parameters

context
A type descriptor through which additional context can be provided.
value
The value of the object to get the properties for.
attributes
An array of Attribute objects that describe the properties.

Return Value

The set of properties that should be exposed for this data type.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also